al2023/rust/hello/{{ cookiecutter.project_slug }}/rust_app/Cargo.toml (11 lines of code) (raw):
[package]
name = "{{ cookiecutter.project_slug }}"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lambda_runtime = "0.6.0"
serde = "1.0.136"
tokio = { version = "1", features = ["macros"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }